home *** CD-ROM | disk | FTP | other *** search
/ Web Star/List Star - Eve…he Ultimate Internet Site / StarNine Internet Pubisher (Web Star and List Star)(StarNine)(1995).iso / ListSTAR™ / Tools and Enhancments / Paging with ListSTAR / PageNOW! / PageNOW! ReadMe v1.0 next >
Text File  |  1995-08-06  |  3KB  |  66 lines

  1. PageNOW! Scripts
  2.  
  3. These scripts allow ListSTAR to send pages to PageNOW!.  Two sample scripts are included and described below.
  4.  
  5.  
  6. What you Need
  7.  
  8. •  AppleScript as well as the scriptable Finder.  (An install of System 7.5 or later guarantees compatibility,    although System 7 Pro may work as well).
  9.  
  10. • PageNOW! Software
  11.    More information on PageNOW! can be found from the following:
  12.             Mark/Space Softworks
  13.             111 W St. John
  14.             2nd Floor
  15.             San Jose, CA 95113
  16.             Phone: 408-293-7299
  17.             Fax: 408-293-7298
  18.             Internet: mspace@netcom.com
  19.             Computserve: 73244,3333
  20.             AOL, AppleLink: MarkSpace
  21.             ftp://ftp.netcom.com/pub/ms/mspace
  22.  
  23.  
  24. PageNOW! Send Page 1.0
  25.  
  26. This script will send a page to a PageNOW! subscriber.  It gets the subscriber's name from the subject field of the incoming e-mail message, and the body of the page from the body of the message.  Because the script checks these fields, it must be saved as uncompiled text so that ListSTAR can append variable information to the script.
  27.  
  28.  
  29. Set-up Instructions
  30.  
  31. 1) Create a ListSTAR Service.
  32. 2) Place the script in the folder with the same name as the service just created (this folder will be found in the ListSTAR Services folder).
  33. 3) Create a new rule in your service (suggested name: Send Page).
  34. 4) In the "Content" trigger pane, adjust the Miscellaneous trigger popup to read "When no previous rules hit".
  35. 5) In the "Miscellaneous" action pane, click "Stop rule processing".
  36. 6) In the "Miscellaneous" action pane, click "Copy mail file to" and use the "Nothing Selected" button to create a new file in this service's folder with the name "Outgoing Page".
  37. 7) In the "Miscellaneous" action pane, click "Execute AppleScript" and use the "Nothing Selected" button to select the uncompiled "PageNOW! Send Page v1.0" script.
  38. 8) Open the "PageNOW! Send Page v1.0" script and change the value for the ServiceName variable to be the same as the name of your Service.
  39.  
  40.  
  41. PageNOW! Subscribers 1.0
  42.  
  43. This script will send a list of PageNOW! subscribers and groups to the sender of the mail which triggered the rule.
  44.  
  45.  
  46. Set-up Instructions
  47.  
  48. 1) Create a ListSTAR Service.
  49. 2) Place the script in the folder with the same name as the service just created (this folder will be found in the ListSTAR Services folder).
  50. 3) Create a new rule in your service (suggested name: subscribers).
  51. 4) In the "Content" trigger pane, check the "Subject starts with" and enter "subscribers".
  52. 5) In the "Miscellaneous" trigger pane, check "Stop rule processing".
  53. 6) Also in the "Miscellaneous" trigger pane, check "Execute AppleScript" and use the "Nothing Selected" button to select the uncompiled "PageNOW! Subscribers v1.0" script.
  54. 7) Open the "PageNOW! Subscribers v1.0" script and change the value for the ServiceName variable to be the same as the name of your Service.
  55.  
  56.  
  57. Error Handling
  58.  
  59. It is also suggested that a "When processing errors occured" rule be added to this service which will at least notify the sender that there may have been a problem with the page.
  60.  
  61. If you have any problems or questions, contact StarNine Support <support@starnine.com>.  Unfortunately, we cannot support any further customization of this script.  See the ListSTAR Scripts ReadMe for more sources of information.
  62.  
  63.  
  64. ©1995 StarNine Technologies
  65.  
  66.